home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / fade into you / getting there / WWW / MacHTTP Extras / tr-www 1.1 / tr-www.config < prev    next >
Text File  |  1994-07-27  |  2KB  |  52 lines

  1. # This is the TR-WWW configuration file
  2. # This file must have the same name as the TR application to which it applies,
  3. #    with .config appended, eg tr-www.config for application tr-www.cgi
  4. # NOTE - these are all defaults that will be used unless the client overrides it
  5. ###################################
  6. # adrian vanzyl, adrian@medlan.med.monash.edu.au
  7. ###################################
  8.  
  9.  
  10. # To have TR return the currently available document set after listing the .prompt file, set to TRUE
  11. SHOWDOCUMENTSET TRUE
  12.  
  13. # To return context lists, set to CONTEXT, or for relevance finds, set to RELEVANCE
  14. # This would usually be overridden by the client's form
  15. RESULTSMODE RELEVANCE
  16.  
  17. # The number of hits to return when doing a context find, around 40 is a good number
  18. # This would usually be overridden by the client's form
  19. MAXHITS 50
  20.  
  21. # Set to TRUE to disallow clients from being able to specifiy a $path set of files
  22. # Use this when a preloaded document set is provided, and you don't want clients to override it
  23. IGNOREPATH FALSE
  24.  
  25. # Set to PHRASE, AND, OR, NEAR, NOTNEAR to specify the default search mode
  26. SEARCHMODE OR
  27.  
  28.  
  29. # Default number of chars between words when doing a NEAR or NOTNEAR search
  30. NEARVALUE 40
  31.  
  32. # Default number of chars to return when a context line has been selected.
  33. # For small files, where you want the entire file to be returned, make this a large nr,
  34. # eg 999999.  Suggested value is 1500 chars either side of match
  35. MARGINS 2000
  36.  
  37. # Specify the name of the default document set, can be a filename or foldername
  38. # remember that documents have to be at or below machttp in the hierarchy
  39. # folders and aliases are OK
  40. DOCUMENTSET Docs
  41.  
  42. # Quit set to true forces tr-www to quit after completing each request
  43. # Leave it set to false to avoid wasted time in reloading tr-www for each search
  44. QUIT FALSE
  45.  
  46. # EntireFile set to true allows the user to retrieve the entire file in its native
  47. # format when viewing an extracted chunk from a context search
  48. # if set to false, disallows this by not showing the link to the whole file
  49. # use FALSE when you don't want people to accidentally download large files
  50. ENTIREFILE TRUE
  51.  
  52.